home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / cli / system2.arc / sys2.doc < prev    next >
Text File  |  1989-04-29  |  4KB  |  130 lines

  1. From @CUNYVM.CUNY.EDU:WILDDJ@VAXB.ASTON.AC.UK Fri Apr 28 16:13:42 1989
  2. Received: from cunyvm.cuny.edu by polymnia.math.lsa.umich.edu (5.59/umix-1.1)
  3.     id AA21351; Fri, 28 Apr 89 16:13:33 EDT
  4. Message-Id: <8904282013.AA21351@polymnia.math.lsa.umich.edu>
  5. Received: from UKACRL.BITNET by CUNYVM.CUNY.EDU (IBM VM SMTP R1.1) with BSMTP id 9778; Fri, 28 Apr 89 16:24:25 EDT
  6. Received: from RL.IB by UKACRL.BITNET (Mailer X1.25) with BSMTP id 4069; Fri,
  7.  28 Apr 89 16:07:20 BST
  8. Received: from RL.IB by UK.AC.RL.IB (Mailer X1.25) with BSMTP id 3430; Fri, 28
  9.           Apr 89 16:07:20 BS
  10. Via:      UK.AC.ASTON.VAXB; 28 APR 89 16:07:16 BST
  11. Date:     28-APR-1989 16:07:06 GMT
  12. From: WILDDJ%VAXB.ASTON.AC.UK@CUNYVM.CUNY.EDU
  13. To: dyer@MATH.LSA.UMICH.EDU
  14. Status: RO
  15.  
  16. SYSTEM 2 Operating Environment
  17. --------------By David Wild---
  18.  
  19. System2 is public domain software, - you have my permission to copy it
  20. freely for your friends - so long as you don't alter it & pass it off as
  21. your own!
  22.  
  23. System 2 is an operating system shell for the Atari ST computer. It should
  24. work without problem on all versions of the computer and TOS.
  25.  
  26. It's main features are:
  27.  
  28.  
  29.   o  Unix Style command entry
  30.   o  Full input/output redirection & piping
  31.   o  Around 50 built-in commands
  32.   o  Ability to quickly recall the last 10 commands typed
  33.   o  Only takes up around 45K of memory
  34.   o  Aliasing and variables
  35.   o  Mini programming language with IFs and GOTOs
  36.   o  Built in expression evaluator
  37.  
  38. To run System2, double click on the SYSTEM2.TTP icon. Full documentation
  39. is provided in the file called MANUAL (about 70 pages long), and can
  40. be accessed by using the help command. For further details on using
  41. System2, type one of the following (& press RETURN at the end) when in
  42. System2.
  43.  
  44.                     HELP ?
  45.                     HELP INDEX
  46.                     HELP INTRO
  47.  
  48. Alternatively, the file SYSTEM2.DOC contains the manual in straight ASCII
  49. format.
  50.  
  51. Included with System2 are the public domain utilities MicroEmacs, a text
  52. editor, and the Eternal ramdisk.
  53.  
  54. System2 was written using Mark Williams C and assembler by:
  55.  
  56.                     David Wild
  57.                     62 Lascelles Avenue
  58.                     Withernsea
  59.                     North Humberside
  60.                     HU19 2EB
  61.                     England
  62.  
  63.                     JANET EMAIL : WILDDJ@UK.AC.ASTON.VAXB
  64.  
  65. If you have any ideas for improving the program, or have any problems,
  66. please drop me a line.
  67.  
  68. If you register with me at the above address by sending me your name,
  69. address, and 12 pounds sterling, I'll send you the following...
  70.  
  71.   o  A full, 80ish page Laser printed manual
  72.   o  A disk containing...
  73.        The latest version of System2
  74.        FULL C and assembler source code
  75.  
  76. I hope you get some enjoyment out of the System2. Feel free to copy it
  77. for your freinds, but please include this READ.ME file. Please let me know
  78. what you think of the program!
  79.  
  80. Bye for now,
  81.  
  82. Dave Wild  10th April, 1989
  83.  
  84.  
  85. ******* NOTE ********
  86.  
  87. This version is ARCED and UUEd. Use UUDECODE to decode to an ARC file, and
  88. ARC extract the files. All the files shown below are present, but you will
  89. have to create the directories yourself.
  90.  
  91. Dave Wild  19 April, 1989
  92.  
  93. *********************
  94.  
  95. Files on the disk:
  96.  
  97.   SYSTEM2.TOS           System2 program
  98.   PROFILE.XSL           Boot up System2 XSL file
  99.   MANUAL.TOS            Manual used by HELP command
  100.   SYSTEM2.DOC           Manual in ASCII format
  101.   MEMACS.DOC            Micro Emacs command reference
  102.   READ.ME               This file
  103.  
  104. AUTO                    - auto boot up
  105.   MEDIUMRZ.PRG          Puts computer into medium res if in colour
  106. BIN                     - folder containing external programs
  107.   ME.TTP                Public domain editor (UK Version)
  108.   UE.TTP                Public domain editor (US Version)
  109.   TL50.TOS              \
  110.   TL25.TOS               | System2 external commands
  111.   BOMBS.TOS              |
  112.   HELP.TTP              /
  113.  
  114. ETERNAL                 - folder containing ramdisk
  115.   ETERNAL.PRG           \
  116.   CONFGRAM.TOS           | Eternal PD ramdisk files
  117.   ETERNAL.DOC           /
  118.  
  119. SAMPLE.XSL              - folder containing sample XSL files
  120.   CONSOLE.XSL           \
  121.   DARK.XSL               |
  122.   DB.XSL                 |
  123.   DELDIR.XSL             |
  124.   KILL.XSL               | Sample XSL programs
  125.   LIGHT.XSL              |
  126.   LOOP.XSL               |
  127.   WHERE.XSL              |
  128.   TERMINAL.XSL          /
  129.  
  130.